Vcenter NamespaceManagement SupervisorServices Versions ContentType
Vcenter NamespaceManagement SupervisorServices Versions ContentType
The Vcenter NamespaceManagement SupervisorServices Versions ContentType enumerated type defines the type of content that describes the format of Supervisor Service version definition.
Possible values:
VSPHERE_APPS_YAML
: The Supervisor Service version definition is provided as inline YAML document that follows the vSphere application service format.CARVEL_APPS_YAML
: The Supervisor Service version definition is provided as inline YAML document that follows the Carvel application package format.
This constant was added in vSphere API 8.0.0.1.
CUSTOM_YAML
: The Supervisor Service version definition is provided as inline YAML document that follows a plain Kubernetes YAML format.
This enumeration was added in vSphere API 7.0.3.0.
This data structure has no properties.
Enumeration:
VSPHERE_APPS_YAML,
CARVEL_APPS_YAML,
CUSTOM_YAML,